﻿2026-06-18T11:13:41.0123305Z ##[group]Run set -euo pipefail
2026-06-18T11:13:41.0123891Z [36;1mset -euo pipefail[0m
2026-06-18T11:13:41.0124331Z [36;1mPIN=0c95435[0m
2026-06-18T11:13:41.0124758Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-18T11:13:41.0125281Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-18T11:13:41.0125991Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-18T11:13:41.0126931Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-18T11:13:41.0127909Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-18T11:13:41.0128685Z [36;1m  rm -rf "$CACHE"[0m
2026-06-18T11:13:41.0129254Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-18T11:13:41.0129840Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-18T11:13:41.0130549Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-18T11:13:41.0131274Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-18T11:13:41.0131818Z [36;1mfi[0m
2026-06-18T11:13:41.0132423Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-18T11:13:41.0146524Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-18T11:13:41.0147164Z env:
2026-06-18T11:13:41.0147540Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-18T11:13:41.0148046Z ##[endgroup]
2026-06-18T11:13:41.3078795Z    Compiling proc-macro2 v1.0.106
2026-06-18T11:13:41.3080162Z    Compiling unicode-ident v1.0.24
2026-06-18T11:13:41.3081460Z    Compiling quote v1.0.45
2026-06-18T11:13:41.3082027Z    Compiling libc v0.2.186
2026-06-18T11:13:41.3082599Z    Compiling serde_core v1.0.228
2026-06-18T11:13:41.3083181Z    Compiling cfg-if v1.0.4
2026-06-18T11:13:41.3083764Z    Compiling serde v1.0.228
2026-06-18T11:13:41.3139830Z    Compiling log v0.4.32
2026-06-18T11:13:41.3200110Z    Compiling pin-project-lite v0.2.17
2026-06-18T11:13:41.3201852Z    Compiling typenum v1.20.1
2026-06-18T11:13:41.3202778Z    Compiling portable-atomic v1.13.1
2026-06-18T11:13:41.3230079Z    Compiling version_check v0.9.5
2026-06-18T11:13:41.3231476Z    Compiling memchr v2.8.1
2026-06-18T11:13:41.3279846Z    Compiling shlex v2.0.1
2026-06-18T11:13:41.3313782Z    Compiling find-msvc-tools v0.1.9
2026-06-18T11:13:41.3572387Z    Compiling critical-section v1.2.0
2026-06-18T11:13:41.3892733Z    Compiling bytes v1.11.1
2026-06-18T11:13:41.3932345Z    Compiling futures-core v0.3.32
2026-06-18T11:13:41.4603381Z    Compiling subtle v2.6.1
2026-06-18T11:13:41.5581520Z    Compiling equivalent v1.0.2
2026-06-18T11:13:41.5672157Z    Compiling smallvec v1.15.1
2026-06-18T11:13:41.5756952Z    Compiling itoa v1.0.18
2026-06-18T11:13:41.6066238Z    Compiling semver v1.0.28
2026-06-18T11:13:41.6381125Z    Compiling stable_deref_trait v1.2.1
2026-06-18T11:13:41.6512657Z    Compiling futures-sink v0.3.32
2026-06-18T11:13:41.6551888Z    Compiling slab v0.4.12
2026-06-18T11:13:41.6661705Z    Compiling futures-io v0.3.32
2026-06-18T11:13:41.6990415Z    Compiling generic-array v0.14.7
2026-06-18T11:13:41.7373227Z    Compiling futures-task v0.3.32
2026-06-18T11:13:41.7588231Z    Compiling futures-channel v0.3.32
2026-06-18T11:13:41.7914173Z    Compiling rustversion v1.0.22
2026-06-18T11:13:41.8262313Z    Compiling bitflags v2.12.1
2026-06-18T11:13:41.8373634Z    Compiling hashbrown v0.17.1
2026-06-18T11:13:41.8442029Z    Compiling cpufeatures v0.2.17
2026-06-18T11:13:41.9121765Z    Compiling rustc_version v0.4.1
2026-06-18T11:13:41.9261813Z    Compiling fnv v1.0.7
2026-06-18T11:13:41.9364725Z    Compiling strsim v0.11.1
2026-06-18T11:13:41.9502522Z    Compiling cfg_aliases v0.2.1
2026-06-18T11:13:41.9642431Z    Compiling rand_core v0.10.1
2026-06-18T11:13:42.0032002Z    Compiling litemap v0.8.2
2026-06-18T11:13:42.0341428Z    Compiling writeable v0.6.3
2026-06-18T11:13:42.0561419Z    Compiling icu_properties_data v2.2.0
2026-06-18T11:13:42.1702052Z    Compiling utf8_iter v1.0.4
2026-06-18T11:13:42.1891999Z    Compiling icu_normalizer_data v2.2.0
2026-06-18T11:13:42.2279055Z    Compiling ident_case v1.0.1
2026-06-18T11:13:42.2991158Z    Compiling dunce v1.0.5
2026-06-18T11:13:42.3071393Z    Compiling getrandom v0.4.2
2026-06-18T11:13:42.3370279Z    Compiling fs_extra v1.3.0
2026-06-18T11:13:42.3763004Z    Compiling percent-encoding v2.3.2
2026-06-18T11:13:42.4431460Z    Compiling autocfg v1.5.1
2026-06-18T11:13:42.5196248Z    Compiling http v1.4.1
2026-06-18T11:13:42.5401820Z    Compiling aws-lc-rs v1.17.0
2026-06-18T11:13:42.5522563Z    Compiling unicode-segmentation v1.13.3
2026-06-18T11:13:42.5601309Z    Compiling cpufeatures v0.3.0
2026-06-18T11:13:42.5742049Z    Compiling thiserror v2.0.18
2026-06-18T11:13:42.5931353Z    Compiling scopeguard v1.2.0
2026-06-18T11:13:42.6331377Z    Compiling chacha20 v0.10.0
2026-06-18T11:13:42.6641992Z    Compiling syn v2.0.117
2026-06-18T11:13:42.6822788Z    Compiling lock_api v0.4.14
2026-06-18T11:13:42.7658702Z    Compiling indexmap v2.14.0
2026-06-18T11:13:42.7767487Z    Compiling form_urlencoded v1.2.2
2026-06-18T11:13:42.7891283Z    Compiling untrusted v0.9.0
2026-06-18T11:13:42.8140900Z    Compiling heck v0.5.0
2026-06-18T11:13:42.9433041Z    Compiling rustls v0.23.40
2026-06-18T11:13:42.9501980Z    Compiling atomic-waker v1.1.2
2026-06-18T11:13:42.9541511Z    Compiling const-oid v0.10.2
2026-06-18T11:13:42.9611464Z    Compiling unicode-xid v0.2.6
2026-06-18T11:13:42.9831505Z    Compiling anyhow v1.0.102
2026-06-18T11:13:42.9922189Z    Compiling parking_lot_core v0.9.12
2026-06-18T11:13:43.1196760Z    Compiling convert_case v0.10.0
2026-06-18T11:13:43.1262477Z    Compiling paste v1.0.15
2026-06-18T11:13:43.1381476Z    Compiling httparse v1.10.1
2026-06-18T11:13:43.1541568Z    Compiling zerocopy v0.8.50
2026-06-18T11:13:43.1991925Z    Compiling jobserver v0.1.34
2026-06-18T11:13:43.2065788Z    Compiling num-traits v0.2.19
2026-06-18T11:13:43.2248258Z    Compiling hybrid-array v0.4.12
2026-06-18T11:13:43.2652006Z    Compiling curve25519-dalek v4.1.3
2026-06-18T11:13:43.2871400Z    Compiling ahash v0.8.12
2026-06-18T11:13:43.4310262Z    Compiling crypto-common v0.1.7
2026-06-18T11:13:43.4401403Z    Compiling block-buffer v0.10.4
2026-06-18T11:13:43.4682815Z    Compiling either v1.16.0
2026-06-18T11:13:43.5093482Z    Compiling cc v1.2.63
2026-06-18T11:13:43.5191398Z    Compiling base64ct v1.8.3
2026-06-18T11:13:43.5292129Z    Compiling http-body v1.0.1
2026-06-18T11:13:43.5360802Z    Compiling powerfmt v0.2.0
2026-06-18T11:13:43.5438332Z    Compiling fastrand v2.4.1
2026-06-18T11:13:43.5911881Z    Compiling digest v0.10.7
2026-06-18T11:13:43.7551957Z    Compiling deranged v0.5.8
2026-06-18T11:13:43.8341721Z    Compiling mio v1.2.1
2026-06-18T11:13:43.8502909Z    Compiling socket2 v0.6.4
2026-06-18T11:13:43.8728213Z    Compiling getrandom v0.2.17
2026-06-18T11:13:43.8930507Z    Compiling pem-rfc7468 v1.0.0
2026-06-18T11:13:44.0431841Z    Compiling rand v0.10.1
2026-06-18T11:13:44.1101794Z    Compiling rand_core v0.6.4
2026-06-18T11:13:44.1310787Z    Compiling pkg-config v0.3.33
2026-06-18T11:13:44.1530863Z    Compiling tower-service v0.3.3
2026-06-18T11:13:44.2141497Z    Compiling vcpkg v0.2.15
2026-06-18T11:13:44.2271034Z    Compiling try-lock v0.2.5
2026-06-18T11:13:44.2350691Z    Compiling time-core v0.1.8
2026-06-18T11:13:44.2380950Z    Compiling base64 v0.22.1
2026-06-18T11:13:44.2970764Z    Compiling data-encoding v2.11.0
2026-06-18T11:13:44.3164927Z    Compiling num-conv v0.2.2
2026-06-18T11:13:44.3375553Z    Compiling tinyvec_macros v0.1.1
2026-06-18T11:13:44.3511046Z    Compiling zmij v1.0.21
2026-06-18T11:13:44.4030573Z    Compiling tinyvec v1.11.0
2026-06-18T11:13:44.4130892Z    Compiling want v0.3.1
2026-06-18T11:13:44.4790574Z    Compiling parking_lot v0.12.5
2026-06-18T11:13:44.5990762Z    Compiling sha2 v0.10.9
2026-06-18T11:13:44.6370598Z    Compiling crypto-common v0.2.2
2026-06-18T11:13:44.6441318Z    Compiling block-buffer v0.12.0
2026-06-18T11:13:44.7210817Z    Compiling inout v0.1.4
2026-06-18T11:13:44.7968750Z    Compiling cmake v0.1.58
2026-06-18T11:13:44.8024441Z    Compiling vergen-lib v9.1.0
2026-06-18T11:13:44.8369596Z    Compiling n0-future v0.3.2
2026-06-18T11:13:44.8920482Z    Compiling parking v2.2.1
2026-06-18T11:13:45.0328366Z    Compiling diatomic-waker v0.2.3
2026-06-18T11:13:45.0412856Z    Compiling serde_json v1.0.150
2026-06-18T11:13:45.0770762Z    Compiling signature v2.2.0
2026-06-18T11:13:45.0900502Z    Compiling winnow v1.0.3
2026-06-18T11:13:45.1233749Z    Compiling httpdate v1.0.3
2026-06-18T11:13:45.1307585Z    Compiling cordyceps v0.3.4
2026-06-18T11:13:45.1590551Z    Compiling spin v0.10.0
2026-06-18T11:13:45.1720322Z    Compiling crossbeam-utils v0.8.21
2026-06-18T11:13:45.1984715Z    Compiling ed25519 v2.2.3
2026-06-18T11:13:45.2180413Z    Compiling futures-lite v2.6.1
2026-06-18T11:13:45.2504662Z    Compiling cipher v0.4.4
2026-06-18T11:13:45.3380832Z    Compiling netlink-packet-core v0.8.1
2026-06-18T11:13:45.3817917Z    Compiling universal-hash v0.5.1
2026-06-18T11:13:45.3948597Z    Compiling vergen v9.1.0
2026-06-18T11:13:45.4430012Z    Compiling futures-buffered v0.2.13
2026-06-18T11:13:45.4554356Z    Compiling digest v0.11.3
2026-06-18T11:13:45.4739714Z    Compiling vergen-lib v0.1.6
2026-06-18T11:13:45.4800536Z    Compiling heapless v0.7.17
2026-06-18T11:13:45.4939541Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-18T11:13:45.5051048Z    Compiling noq-udp v0.10.0
2026-06-18T11:13:45.5561385Z    Compiling sync_wrapper v1.0.2
2026-06-18T11:13:45.6214511Z    Compiling opaque-debug v0.3.1
2026-06-18T11:13:45.6500196Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-18T11:13:45.6531370Z    Compiling byteorder v1.5.0
2026-06-18T11:13:45.6755054Z    Compiling allocator-api2 v0.2.21
2026-06-18T11:13:45.6859951Z    Compiling polyval v0.6.2
2026-06-18T11:13:45.7960746Z    Compiling aws-lc-sys v0.41.0
2026-06-18T11:13:45.8100547Z    Compiling ring v0.17.14
2026-06-18T11:13:45.8178868Z    Compiling libsqlite3-sys v0.30.1
2026-06-18T11:13:45.8210397Z    Compiling hash32 v0.2.1
2026-06-18T11:13:45.9120488Z    Compiling vergen-gitcl v1.0.8
2026-06-18T11:13:45.9220372Z    Compiling spin v0.9.8
2026-06-18T11:13:45.9491033Z    Compiling ryu v1.0.23
2026-06-18T11:13:45.9840404Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-18T11:13:46.0050500Z    Compiling num_threads v0.1.7
2026-06-18T11:13:46.1020890Z    Compiling tower-layer v0.3.3
2026-06-18T11:13:46.1189843Z    Compiling signature v3.0.0
2026-06-18T11:13:46.1340923Z    Compiling fallible-iterator v0.3.0
2026-06-18T11:13:46.1820594Z    Compiling time v0.3.47
2026-06-18T11:13:46.1859199Z    Compiling ghash v0.5.1
2026-06-18T11:13:46.2030595Z    Compiling sha2 v0.11.0-rc.5
2026-06-18T11:13:46.2640298Z    Compiling aes v0.8.4
2026-06-18T11:13:46.2790369Z    Compiling ctr v0.9.2
2026-06-18T11:13:46.3180421Z    Compiling fs2 v0.4.3
2026-06-18T11:13:46.4660899Z    Compiling http-body-util v0.1.3
2026-06-18T11:13:46.4870707Z    Compiling aead v0.5.2
2026-06-18T11:13:46.5269172Z    Compiling openssl-probe v0.2.1
2026-06-18T11:13:46.5570609Z    Compiling crossbeam-channel v0.5.15
2026-06-18T11:13:46.5670210Z    Compiling crossbeam-epoch v0.9.18
2026-06-18T11:13:46.6941126Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-18T11:13:46.7277145Z    Compiling blake3 v1.8.5
2026-06-18T11:13:46.7740550Z    Compiling netlink-packet-route v0.29.0
2026-06-18T11:13:46.8230981Z    Compiling uuid v1.23.2
2026-06-18T11:13:46.8654430Z    Compiling memoffset v0.6.5
2026-06-18T11:13:47.0599280Z    Compiling aes-gcm v0.10.3
2026-06-18T11:13:47.0871664Z    Compiling acto v0.8.2
2026-06-18T11:13:47.0880345Z    Compiling noq v0.18.0
2026-06-18T11:13:47.1730516Z    Compiling netwatch v0.16.0
2026-06-18T11:13:47.2283730Z    Compiling foldhash v0.2.0
2026-06-18T11:13:47.2921266Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-18T11:13:47.3112740Z    Compiling identity-hash v0.1.0
2026-06-18T11:13:47.3142676Z    Compiling xml-rs v0.8.28
2026-06-18T11:13:47.3770629Z    Compiling tagptr v0.2.0
2026-06-18T11:13:47.4000545Z    Compiling mac-addr v0.3.0
2026-06-18T11:13:47.4118485Z    Compiling lru-slab v0.1.2
2026-06-18T11:13:47.4503129Z    Compiling rustc-hash v2.1.2
2026-06-18T11:13:47.5349525Z    Compiling thiserror v1.0.69
2026-06-18T11:13:47.5425063Z    Compiling ref-cast v1.0.25
2026-06-18T11:13:47.5604851Z    Compiling sorted-index-buffer v0.2.1
2026-06-18T11:13:47.5844827Z    Compiling rustix v1.1.4
2026-06-18T11:13:47.6064504Z    Compiling hashbrown v0.16.1
2026-06-18T11:13:47.7960484Z    Compiling netlink-packet-route v0.30.0
2026-06-18T11:13:47.8670682Z    Compiling errno v0.3.14
2026-06-18T11:13:47.8881093Z    Compiling ioctl-rs v0.1.6
2026-06-18T11:13:47.9180470Z    Compiling synstructure v0.13.2
2026-06-18T11:13:47.9925281Z    Compiling darling_core v0.20.11
2026-06-18T11:13:48.1489954Z    Compiling proc-macro-crate v3.5.0
2026-06-18T11:13:48.2770891Z    Compiling xmltree v0.10.3
2026-06-18T11:13:48.3620533Z    Compiling serde_derive_internals v0.29.1
2026-06-18T11:13:48.4860439Z    Compiling termios v0.2.2
2026-06-18T11:13:48.4919874Z    Compiling serial-core v0.4.0
2026-06-18T11:13:48.5020606Z    Compiling simple-dns v0.9.3
2026-06-18T11:13:48.5788456Z    Compiling aho-corasick v1.1.4
2026-06-18T11:13:48.5993462Z    Compiling toml_write v0.1.2
2026-06-18T11:13:48.6267802Z    Compiling constant_time_eq v0.4.2
2026-06-18T11:13:48.6694155Z    Compiling regex-syntax v0.8.10
2026-06-18T11:13:48.7120948Z    Compiling simdutf8 v0.1.5
2026-06-18T11:13:48.8011212Z    Compiling winnow v0.7.15
2026-06-18T11:13:48.8191034Z    Compiling arrayref v0.3.9
2026-06-18T11:13:48.9026090Z    Compiling sha1_smol v1.0.1
2026-06-18T11:13:48.9561538Z    Compiling resolv-conf v0.7.6
2026-06-18T11:13:49.0120957Z    Compiling signal-hook v0.3.18
2026-06-18T11:13:49.0952550Z    Compiling arrayvec v0.7.6
2026-06-18T11:13:49.1421932Z    Compiling smol_str v0.1.24
2026-06-18T11:13:49.1743142Z    Compiling linux-raw-sys v0.12.1
2026-06-18T11:13:49.3539450Z    Compiling serial-unix v0.4.0
2026-06-18T11:13:49.4681149Z    Compiling lru v0.16.4
2026-06-18T11:13:49.4860794Z    Compiling signal-hook-registry v1.4.8
2026-06-18T11:13:49.5720727Z    Compiling darling_core v0.23.0
2026-06-18T11:13:49.7460516Z    Compiling serde_bytes v0.11.19
2026-06-18T11:13:49.8190728Z    Compiling hmac v0.12.1
2026-06-18T11:13:49.9418289Z    Compiling serde_derive v1.0.228
2026-06-18T11:13:49.9498915Z    Compiling zeroize_derive v1.4.3
2026-06-18T11:13:49.9815552Z    Compiling tokio-macros v2.7.0
2026-06-18T11:13:50.0090638Z    Compiling zerofrom-derive v0.1.7
2026-06-18T11:13:50.5130791Z    Compiling zeroize v1.8.2
2026-06-18T11:13:50.7041441Z    Compiling futures-macro v0.3.32
2026-06-18T11:13:50.7340655Z    Compiling tokio v1.52.3
2026-06-18T11:13:51.2233246Z    Compiling yoke-derive v0.8.2
2026-06-18T11:13:51.2341301Z    Compiling zerovec-derive v0.11.3
2026-06-18T11:13:51.2679768Z    Compiling displaydoc v0.2.6
2026-06-18T11:13:51.4402069Z    Compiling zerofrom v0.1.8
2026-06-18T11:13:51.5602309Z    Compiling tracing-attributes v0.1.31
2026-06-18T11:13:51.5794994Z    Compiling rustls-pki-types v1.14.1
2026-06-18T11:13:51.7500749Z    Compiling futures-util v0.3.32
2026-06-18T11:13:52.1570074Z    Compiling thiserror-impl v2.0.18
2026-06-18T11:13:52.2920848Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-18T11:13:52.5798928Z    Compiling yoke v0.8.3
2026-06-18T11:13:52.7530763Z    Compiling zerovec v0.11.6
2026-06-18T11:13:52.7630628Z    Compiling zerotrie v0.2.4
2026-06-18T11:13:52.9598934Z    Compiling darling_macro v0.20.11
2026-06-18T11:13:53.1300453Z    Compiling derive_more-impl v2.1.1
2026-06-18T11:13:53.1481206Z    Compiling n0-error-macros v0.1.3
2026-06-18T11:13:53.2250749Z    Compiling spez v0.1.2
2026-06-18T11:13:53.3017465Z    Compiling darling v0.20.11
2026-06-18T11:13:53.3341171Z    Compiling der v0.8.0-rc.10
2026-06-18T11:13:53.3850589Z    Compiling derive_builder_core v0.20.2
2026-06-18T11:13:53.5600688Z    Compiling tinystr v0.8.3
2026-06-18T11:13:53.6540971Z    Compiling potential_utf v0.1.5
2026-06-18T11:13:53.7749317Z    Compiling icu_locale_core v2.2.0
2026-06-18T11:13:53.7911073Z    Compiling icu_collections v2.2.0
2026-06-18T11:13:53.9081074Z    Compiling pin-project-internal v1.1.13
2026-06-18T11:13:54.2341812Z    Compiling n0-error v0.1.3
2026-06-18T11:13:54.5290495Z    Compiling ed25519-dalek v2.2.0
2026-06-18T11:13:54.6700206Z    Compiling cobs v0.3.0
2026-06-18T11:13:54.7060560Z    Compiling derive_builder_macro v0.20.2
2026-06-18T11:13:54.8610467Z    Compiling spki v0.8.0-rc.4
2026-06-18T11:13:54.8871135Z    Compiling spt-proto v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-18T11:13:55.0367711Z    Compiling icu_provider v2.2.0
2026-06-18T11:13:55.0498290Z    Compiling ipnet v2.12.0
2026-06-18T11:13:55.1450604Z    Compiling derive_builder v0.20.2
2026-06-18T11:13:55.3520512Z    Compiling icu_normalizer v2.2.0
2026-06-18T11:13:55.4926005Z    Compiling icu_properties v2.2.0
2026-06-18T11:13:55.4985120Z    Compiling pin-project v1.1.13
2026-06-18T11:13:55.5537669Z    Compiling prefix-trie v0.8.4
2026-06-18T11:13:55.6150655Z    Compiling futures-executor v0.3.32
2026-06-18T11:13:55.6291729Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-18T11:13:55.6918224Z    Compiling once_cell v1.21.4
2026-06-18T11:13:55.8020810Z    Compiling ed25519 v3.0.0-rc.4
2026-06-18T11:13:55.8132162Z    Compiling futures v0.3.32
2026-06-18T11:13:55.9594888Z    Compiling tracing-core v0.1.36
2026-06-18T11:13:56.1868642Z    Compiling hashbrown v0.14.5
2026-06-18T11:13:56.1938878Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-18T11:13:56.2014325Z    Compiling postcard-derive v0.2.2
2026-06-18T11:13:56.2910996Z    Compiling rustls-native-certs v0.8.4
2026-06-18T11:13:56.4279937Z    Compiling num_enum_derive v0.7.6
2026-06-18T11:13:56.6360480Z    Compiling tracing v0.1.44
2026-06-18T11:13:56.6470786Z    Compiling tokio-util v0.7.18
2026-06-18T11:13:56.7870797Z    Compiling netlink-sys v0.8.8
2026-06-18T11:13:56.8349678Z    Compiling idna_adapter v1.2.2
2026-06-18T11:13:56.8462664Z    Compiling postcard v1.1.3
2026-06-18T11:13:56.9337475Z    Compiling idna v1.1.0
2026-06-18T11:13:56.9491371Z    Compiling hashlink v0.9.1
2026-06-18T11:13:57.0497585Z    Compiling data-encoding-macro v0.1.20
2026-06-18T11:13:57.1007938Z    Compiling tower v0.5.3
2026-06-18T11:13:57.1190512Z    Compiling enum-assoc v1.3.0
2026-06-18T11:13:57.2530973Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-18T11:13:57.3020824Z    Compiling iroh-metrics-derive v0.4.1
2026-06-18T11:13:57.3098079Z    Compiling async-trait v0.1.89
2026-06-18T11:13:57.3158464Z    Compiling rusqlite v0.32.1
2026-06-18T11:13:57.3700678Z    Compiling url v2.5.8
2026-06-18T11:13:57.4745429Z    Compiling strum_macros v0.28.0
2026-06-18T11:13:57.5050681Z    Compiling num_enum v0.7.6
2026-06-18T11:13:57.6190864Z    Compiling derive_more v2.1.1
2026-06-18T11:13:57.6281070Z    Compiling iroh-relay v0.98.0
2026-06-18T11:13:57.7460366Z    Compiling h2 v0.4.14
2026-06-18T11:13:57.7914660Z    Compiling tokio-stream v0.1.18
2026-06-18T11:13:57.8399846Z    Compiling iroh-metrics v0.38.3
2026-06-18T11:13:57.9154484Z    Compiling n0-watcher v0.6.1
2026-06-18T11:13:57.9290775Z    Compiling netdev v0.42.0
2026-06-18T11:13:57.9293306Z    Compiling netlink-proto v0.12.0
2026-06-18T11:13:57.9685508Z    Compiling moka v0.12.15
2026-06-18T11:13:57.9776077Z    Compiling toml_datetime v0.6.11
2026-06-18T11:13:58.1720722Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-18T11:13:58.2417237Z    Compiling iroh-base v0.98.0
2026-06-18T11:13:58.2500299Z    Compiling tower-http v0.6.11
2026-06-18T11:13:58.3501776Z    Compiling attohttpc v0.30.1
2026-06-18T11:13:58.4299450Z    Compiling serde_spanned v0.6.9
2026-06-18T11:13:58.4368541Z    Compiling ref-cast-impl v1.0.25
2026-06-18T11:13:58.5190957Z    Compiling thiserror-impl v1.0.69
2026-06-18T11:13:58.5550801Z    Compiling spt-store v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-18T11:13:58.8710696Z    Compiling toml_edit v0.22.27
2026-06-18T11:13:59.0900833Z    Compiling webpki-roots v1.0.7
2026-06-18T11:13:59.2128475Z    Compiling regex-automata v0.4.14
2026-06-18T11:13:59.2254397Z    Compiling schemars_derive v1.2.1
2026-06-18T11:13:59.2277234Z    Compiling seize v0.5.1
2026-06-18T11:13:59.2383032Z    Compiling iroh v0.98.2
2026-06-18T11:13:59.5133765Z    Compiling pin-utils v0.1.0
2026-06-18T11:13:59.5750596Z    Compiling utf8parse v0.2.2
2026-06-18T11:13:59.6620605Z    Compiling rustix v0.38.44
2026-06-18T11:13:59.6950524Z    Compiling cmov v0.5.4
2026-06-18T11:13:59.7925351Z    Compiling dyn-clone v1.0.20
2026-06-18T11:13:59.8291917Z    Compiling bitflags v1.3.2
2026-06-18T11:13:59.9241403Z    Compiling nix v0.25.1
2026-06-18T11:13:59.9393798Z    Compiling anstyle-parse v1.0.0
2026-06-18T11:13:59.9699882Z    Compiling ctutils v0.4.2
2026-06-18T11:14:00.0924721Z    Compiling papaya v0.2.4
2026-06-18T11:14:00.1376617Z    Compiling filedescriptor v0.8.3
2026-06-18T11:14:00.1494157Z    Compiling backon v1.6.0
2026-06-18T11:14:00.2094270Z    Compiling darling_macro v0.23.0
2026-06-18T11:14:00.3308660Z    Compiling hkdf v0.12.4
2026-06-18T11:14:00.3420641Z    Compiling strum v0.28.0
2026-06-18T11:14:00.4470741Z    Compiling iroh-dns v0.98.0
2026-06-18T11:14:00.4931067Z    Compiling serial v0.4.0
2026-06-18T11:14:00.5180640Z    Compiling foldhash v0.1.5
2026-06-18T11:14:00.5620936Z    Compiling instability v0.3.12
2026-06-18T11:14:00.6050511Z    Compiling anstyle-query v1.1.5
2026-06-18T11:14:00.6510055Z    Compiling anstyle v1.0.14
2026-06-18T11:14:00.6660989Z    Compiling shell-words v1.1.1
2026-06-18T11:14:00.6855553Z    Compiling linux-raw-sys v0.4.15
2026-06-18T11:14:00.7051465Z    Compiling colorchoice v1.0.5
2026-06-18T11:14:00.7130536Z    Compiling is_terminal_polyfill v1.70.2
2026-06-18T11:14:00.7942106Z    Compiling downcast-rs v1.2.1
2026-06-18T11:14:00.8217809Z    Compiling signal-hook-mio v0.2.5
2026-06-18T11:14:00.8258740Z    Compiling hashbrown v0.15.5
2026-06-18T11:14:00.8470802Z    Compiling darling v0.23.0
2026-06-18T11:14:00.8860131Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-18T11:14:00.9097462Z    Compiling anstream v1.0.0
2026-06-18T11:14:00.9200343Z    Compiling spake2 v0.4.0
2026-06-18T11:14:00.9464737Z    Compiling terminal_size v0.4.4
2026-06-18T11:14:00.9770666Z    Compiling strum_macros v0.26.4
2026-06-18T11:14:01.1422954Z    Compiling sha1 v0.10.6
2026-06-18T11:14:01.2760525Z    Compiling schemars v1.2.1
2026-06-18T11:14:01.2992021Z    Compiling itertools v0.13.0
2026-06-18T11:14:01.3266337Z    Compiling toml v0.8.23
2026-06-18T11:14:01.4180256Z    Compiling castaway v0.2.4
2026-06-18T11:14:01.4990493Z    Compiling static_assertions v1.1.0
2026-06-18T11:14:01.5540462Z    Compiling clap_lex v1.1.0
2026-06-18T11:14:01.6351920Z    Compiling spt-msg v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-18T11:14:01.8638267Z    Compiling doctest-file v1.1.1
2026-06-18T11:14:02.3143994Z    Compiling regex v1.12.3
2026-06-18T11:14:02.3317154Z    Compiling unicode-width v0.1.14
2026-06-18T11:14:02.3634076Z    Compiling indoc v2.0.7
2026-06-18T11:14:02.5212489Z    Compiling interprocess v2.4.2
2026-06-18T11:14:02.6601036Z    Compiling crossterm v0.28.1
2026-06-18T11:14:02.8381010Z    Compiling spt-runtime v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-18T11:14:03.1890797Z    Compiling unicode-truncate v1.1.0
2026-06-18T11:14:03.3520358Z    Compiling clap_builder v4.6.0
2026-06-18T11:14:03.4236716Z    Compiling lru v0.12.5
2026-06-18T11:14:03.4645632Z    Compiling hyper v1.10.1
2026-06-18T11:14:03.6153243Z    Compiling strum v0.26.3
2026-06-18T11:14:03.6592190Z    Compiling compact_str v0.8.2
2026-06-18T11:14:03.7272010Z    Compiling clap_derive v4.6.1
2026-06-18T11:14:03.8034758Z    Compiling cassowary v0.3.0
2026-06-18T11:14:03.8750746Z    Compiling unicode-width v0.2.0
2026-06-18T11:14:04.1420308Z    Compiling portable-pty v0.8.1
2026-06-18T11:14:04.2140778Z    Compiling iana-time-zone v0.1.65
2026-06-18T11:14:04.2613284Z    Compiling ratatui v0.29.0
2026-06-18T11:14:04.3601320Z    Compiling chrono v0.4.45
2026-06-18T11:14:04.5599529Z    Compiling nucleo-matcher v0.3.1
2026-06-18T11:14:04.6211395Z    Compiling spt-term v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-18T11:14:04.6320801Z    Compiling qrcode v0.14.1
2026-06-18T11:14:05.0580927Z    Compiling tempfile v3.27.0
2026-06-18T11:14:05.4723918Z    Compiling hyper-util v0.1.20
2026-06-18T11:14:05.9638236Z    Compiling spt-live v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-18T11:14:06.0131390Z    Compiling clap v4.6.1
2026-06-18T11:14:07.3157981Z    Compiling igd-next v0.17.1
2026-06-18T11:14:08.3884293Z    Compiling portmapper v0.16.0
2026-06-18T11:14:12.8355276Z    Compiling rustls-webpki v0.103.13
2026-06-18T11:14:15.1372066Z    Compiling tokio-rustls v0.26.4
2026-06-18T11:14:15.1375208Z    Compiling rustls-platform-verifier v0.7.0
2026-06-18T11:14:15.1375560Z    Compiling noq-proto v0.17.0
2026-06-18T11:14:15.2722287Z    Compiling hyper-rustls v0.27.9
2026-06-18T11:14:15.2722926Z    Compiling hickory-net v0.26.0-beta.4
2026-06-18T11:14:15.2723313Z    Compiling tokio-websockets v0.13.2
2026-06-18T11:14:15.4228666Z    Compiling reqwest v0.13.4
2026-06-18T11:14:16.2921451Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-18T11:14:29.9284487Z    Compiling spt-net v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-18T11:14:31.2612854Z    Compiling spt-daemon v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-18T11:14:38.2706500Z    Compiling spt v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-18T11:14:41.8404596Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-18T11:14:41.8621227Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3b2882a95bef2269)
2026-06-18T11:14:41.8634768Z 
2026-06-18T11:14:41.8635156Z running 1 test
2026-06-18T11:14:47.9469987Z test new_brain_serves_against_old_broker ... ok
2026-06-18T11:14:47.9470376Z 
2026-06-18T11:14:47.9470647Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-18T11:14:47.9471020Z 
